home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : text Adaform (UNIX Lex input file)
- -- VERSION : 1.3
- -- REVIEW CODE :
- -- DDN ADDRESS : "siemens!emery"@topaz
- -- AUTHOR : David Emery
- -- : Siemens Research
- -- : 105 College Rd
- -- : Princeton, NJ 08540
- -- COPYRIGHT :
- -- DATE CREATED : 2 MAY 85
- -- DATE RELEASED : 2 MAY 85
- -- DATE LAST UPDATED : 2 MAY 85
- -- LOCATION : ASR
- -- ENVIRONMENT : UNIX using LEX & CC
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : PRETTY PRINTERS
- -- CATEGORY LEVEL 3 : Pretty Printer 5
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Formatting
- -- KEYWORD : Scribe
- -- KEYWORD : UNIX
- -- KEYWORD : prettyprinting
- -- KEYWORD : typesetting
- -- INDEX : Pretty Printer
- -- INDEX : UNIX
- -- INDEX : C
- -- INDEX : LEX
- -- INDEX : Formatting
- -- INDEX : Scribe
- -- INDEX : Typesetting
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.EXTERNAL-TOOLS>ADAFORM.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.EXTERNAL-TOOLS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- ADAFORM.MSG 13195 390
- -- ADAFORM.PRO 3532 75
- -- ADAFORM.SRC 16694 470
- -- =============== ========== ==========
- -- 3 Files 33421 935
- --= ABSTRACT ===============================================--
- -- NOTE: This is a UNIX lex input file. You need a lex
- -- processor (and C compiler) for this tool!! This
- -- tool is NOT in Ada.
- --
- -- Adaform takes a legal Ada program as input and adds Scribe
- -- commands. The output is then run through Scribe. The form of the
- -- output follows the typesetting conventions in the Ada LRM, with
- -- reserved words in lower-case/boldface. Additionally, comments are in
- -- italics. Adaform uses the Scribe indexing capability to produce an
- -- index of types, packages, procedures, etc, indexed by both name and
- -- 'class'. For instance, package Text_IO would be entered as "Text_IO,
- -- package" and "Package, Text_IO". Adaform is based on the lex input
- -- from H. Fisher's Ada grammar.
- --
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- --= RELEASE NOTICE ===============================================--
- --
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Ada community.
- --
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-